home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1996 June
/
Software of the Month Club 1996 June.iso
/
mac
/
ISO9660
/
WIN
/
GAMES
/
FUNPOK
/
READ_ME.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-03-13
|
404b
|
13 lines
echo off
cls
rem This batch file provides a simple way to read about the product:
rem FUNPOK VIDEO POKER GAME, v1.2
rem The information you want to read is in the file VENDINFO.DIZ.
rem If you prefer, you can read it using any ordinary text viewer.
rem For example, if the LIST viewer is in your DOS path, you would
rem use the command 'LIST VENDINFO.DIZ'.
more < VENDINFO.DIZ
pause